Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CM Web Interface 8

Status
Not open for further replies.

Antaew

Technical User
Aug 31, 2012
119
US
All;
I have a S8500/CM2. My Web access keeps timing out before it opens the login page. I can access the switch through ASA but not through the Web Interface. Can the time on the Server be changed any other way besides accessing the Server? Any opinions on why the Web Interface connection keeps timing out after I reach the Avaya page? Please Advise

Thanks
 
from linux:
verify httpd is runnning (if not running, try reboot server if you do not have root)
ps -eaf | grep http
/sbin/service httpd status
/sbin/service httpd start
/sbin/service httpd stop


super-user or dadmin to set time and timezone from linux
sudo date --set="Wed Nov 12 05:58:00 CST 2014"
sudo /usr/sbin/timeconfig

dadmin@S8700-srv-a> cat /etc/sysconfig/clock
ZONE="US/Central"
ARC=false
UTC=true


A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
BSH;
Thanks for your help. That worked wonderfully.
Best Regards
 
bsh;
It seems that my time didn't save. When I putty into in the Server, what emulator should i be on? When I do the sudo /usr/sbin/timeconfig command, I can't select Eastern Time. Please advise.

Thanks
 
linux using putty - use default vt100 in linux bash
if using SAT with putty, use "sunt" and change putty window from 80 columns by 24 lines tall to 80 x 25 so you get
function key labels on line 25


A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Thats got to be worth a star ... into thread archive thankyou

APSS (SME)
ACSS (SME)
ACIS (UC)
 
When I use putty for CM and choose sunt and then enter a command, i'm unable to backspace or anything.. is that a setting in there I missed?
 
to backspace you need to hold down shift

APSS (SME)
ACSS (SME)
ACIS (UC)
 
To use putty for CM SAT with the 'sunt' terminal type and backspace without holding down shift, change the sequence in the putty configuration. Under Terminal > Keyboard, change the Backspace key to use Control-H sequence.
 
When configuring control H for backspace, you can also configure 80 columns and 25 rows instead
of 24 rows, this will show function key labels on line 25 when using sunt terminal type. Save this
configuration so that it's always used and backspace, labels will always work.

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top