System Base Operations Citrix ADC 13.1
System Base Operations Citrix ADC 13.1
documentation EN
Contributed C S
by:
S
IN THIS ARTICLE
How to restart or shut down appliance for unsaved Citrix ADC configurations
How to set system date and time to synchronize the clock with a time server
How to configure HTTP and HTTPS management ports for internal services
Configure the internal HTTP GUI service by using Citrix ADC GUI, or Citrix ADC CLI, or
Citrix ADC NITRO APIs
How to allocate extra management CPU for data processing and monitoring
How to collect the technical support bundle from SDX and VPX appliances for insight
analysis
More Resources
Copy
show ns runningConfig
Copy
Copy
save ns config
Copy
show ns ns.conf
You have the following three options for clearing the Citrix ADC
configuration.
Basic level. Clearing your configuration at the basic level clears all
settings except the following:
Nsroot password
Time Zone
NTP server
HA node definitions
HA node definitions
Full level. Clearing your configuration at the full level returns all
settings to their factory default values. However, the NSIP and default
gateway are not changed, because changing them can cause the
appliance to lose network connectivity.
Copy
Copy
The Citrix ADC appliance can be remotely restarted or shut down from
the available user interfaces. When you restart or shut down a
standalone Citrix ADC appliance, the unsaved configurations
(configurations performed since the last save ns config command was
issued) are lost.
You can also restart the appliance by only rebooting the Citrix ADC
software and not rebooting the underlying operating system. This is
called a warm reboot. For example, when you add a new license or
change the IP address, you can warm reboot the Citrix ADC appliance
for these changes to take place.
NOTE:
Copy
reboot [-warm]
NOTE:
NOTE:
You cannot shut down an appliance through the Citrix ADC GUI.
You can configure your Citrix ADC appliance to synchronize its local
clock with a Network Time Protocol (NTP) server. This ensures that its
clock has the same date and time settings as the other servers on your
network.
Citrix ADC GUI allows you to configure the time zone and the NTP
server IP address required for clock synchronization on the first-time-
user (FTU) screen.
NOTE:
If you do not have a local NTP server, you can find a list of public,
open access, NTP servers at the official NTP site,
<http://www.ntp.org> , under Public Time Servers List.
Before configuring your Citrix ADC to use a public NTP server, be
sure to read the Rules of Engagement page (link included on all
Public Time Servers pages).
In Citrix ADC release 11, the NTP version has been updated from
4.2.6p3 to 4.2.8p2.
Pre-requisite
1. NTP servers
2. NTP synchronization.
Example:
Copy
Navigate to System > NTP Servers, and create the NTP server.
When you enable NTP synchronization, the Citrix ADC starts the NTP
daemon and uses the NTP server entries in the ntp.conf file to
synchronize its local time setting. If you do not want to synchronize the
appliance time with the other servers in the network, you can disable
NTP synchronization, which stops the NTP daemon (NTPD).
Copy
Navigate to System > NTP Servers, click Action and select NTP
Synchronization.
4. For each NTP server you want to add, you must add the following
two lines to the /nsconfig/ntp.conf file:
Copy
NOTE:
Example
Copy
This entry starts the ntpd service, checks the ntp.conf file, and
logs messages in the /var/log directory.
Copy
rm /etc/ntp.conf
ln -s /nsconfig/ntp.conf /etc/ntp.conf
/bin/sh /etc/ntpd_ctl full_start
Interface
Time out configuration
type
Interface
Time out configuration
type
Interface
Time out configuration
type
The timeout value specified for a user has the highest priority. If
timeout is not configured for the user, the timeout configured for a
member group is considered. If timeout is not specified for a group
(or the user does not belong to a group), the globally configured
timeout value is considered. If timeout is not configured at any level,
the default value of 900 seconds is set as the system session
timeout.
NOTE:
Interface
Time out configuration
type
To change the system date and time, you must use the shell interface to
the underlying FreeBSD OS. However, to view the system date and time,
you can use the command line interface or the GUI.
Copy
show ns config
Navigate to System and select the System Information tab to view the
system date.
Port numbers 80 and 443 are well-known ports for HTTP and HTTPS
services. Earlier, port 80 and 443 of the Citrix ADC IP address (NSIP)
were dedicated ports for internal HTTP and HTTPS management
services. Because these ports were reserved for internal services, you
cannot use these well-known ports for providing HTTP and HTTPS data
services from a VIP address, which has the same address as the NSIP
address in a single-IP mode deployment.
To address this requirement, you can now configure ports for internal
HTTP and HTTPS management services (of the NSIP address) other
than port 80 and 443.
The following lists the default port numbers for internal HTTP and
HTTPS management services in Citrix ADC MPX, VPX, and CPX
appliances:
Citrix ADC MPX and VPX appliances: 80 (HTTP) and 443 (HTTPS)
You can configure an HTTP and an HTTPS port to any value on the Citrix
ADC appliance to support the HTTP and HTTPS management service.
However, by default, the Citrix ADC appliance uses 80 and 443 ports for
HTTP and HTTPS connection.
Copy
Example:
Copy
Copy
Example:
Copy
Follow the steps given below to configure HTTP and HTTPS port values:
The internal HTTP GUI service has the following name format: nshttpd-
gui-<loop back IP address>-80
Use the set service command. For more information, see set
service.
Sample configuration:
Copy