Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

How to change Timezone on ALE from CLI 

Oct 25, 2016 03:38 PM

Q:

 

How to change Timezone on ALE from CLI ?



A:

 

There are a bunch of files stored by region in the following directory:

/usr/share/zoneinfo

 

we can check this and find the one which matches our region. Then we have to create a symbolic link from /etc/localtime

 

For Example if our timezone region is Amsterdam, we can follow the below steps to update the timezone,

# rm -f localtime

# ln -s /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime

# /etc/init.d/ale-jwebapp restart

 

To check the time we can use the below command,

# date


#ALE

Statistics
0 Favorited
7 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.