Editing
ATS
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Assigning a server to an ATS port in mgmt == A customer may simply be assigned to an ATS port via their system/customer screen in mgmt. If another customer is using that port (cancelled) you will need to clear out the old customer - set ATS port to none - before you can assign the same port to another customer. To assign a port to a JC machine, you need to do this manually in the database. Here are the assigned ports at the time of writing: <pre>mysql> select sysid, hostname, atsport from systems where cid='col00001' and atsport is not null; +-------+-------------------------+---------+ | sysid | hostname | atsport | +-------+-------------------------+---------+ | 1492 | jail3.johncompanies.com | 0614 | | 4751 | firewall2 | 0607 | | 4752 | isys | 0611 | | 4753 | nat2 | 0606 | | 4754 | bwdb2 | 0605 | | 4755 | backup3 | 0604 | | 4756 | switch-p20 | 0609 | | 4757 | digi3 | 0610 | | 4758 | switch-p21 | 0509 | | 4759 | switch-p22 | 0409 | | 4760 | switch-p23 | 0309 | | 4761 | switch-p24 | 0209 | | 4762 | switch-p25 | 0109 | | 4763 | switch-p26 | 0709 | | 4764 | switch-p27 | 0809 | | 4765 | magrathea | 0602 | +-------+-------------------------+---------+ 16 rows in set (0.02 sec) mysql> </pre> So to move isys to port 3 in cab 6: mysql> update systems set atsport='0603' where sysid=4752; If the system you want to add is not in the database, you will need to add it first. Refer to a jail/virt setup doc for hints.
Summary:
Please note that all contributions to JCWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
JCWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information