_____________________________________________________________________
B096-016 B096-048 and B092-016 User Manual Page 155
# /bin/config –-set=config.auth.server=192.168.0.32
# /bin/config –-set=config.auth.password=Secret
# /bin/config –-set=”config.auth.ldap.basenode=some base node”
The following command will synchronize the live system with the new configuration.
# /bin/config –-run=auth
14.3 Date and Time Configuration
Manually Change Clock Settings
To change the running system time, you need to issue the following commands:
# date 092216452005.05 Format is MMDDhhmm[[CC]YY][.ss]
Then the following command will save this new system time to the hardware clock:
# /bin/hwclock –systohc
Alternately, to change the hardware clock time, you need to issue the following commands:
# /bin/hwclock --set --date=092216452005.05
Where the format is MMDDhhmm[[CC]YY][.ss]
Then the following command will save this new hardware clock time as the system time:
# /bin/hwclock –hctosys
Network Time Protocol
To enable NTP using a server at pool.ntp.org, issue the following commands:
# /bin/config –-set=config.ntp.enabled=on
# /bin/config –-set=config.ntp.server=pool.ntp.org
The following command will synchronize the live system with the new configuration.
# /bin/config –-run=time