Hi All:
I just upgrade IDS4210 image from Version 3.0(1)S4 to 3.1(2)S23 , everything seem ok , except IDS can't listen on 443 port , as bellow is my check list
1:cat /usr/nr/sp-update/output.log
ids-postpatch: IDSk9-sp-3.1-1-S22.bin has been successfully installed.
Warning! Your system will begin shutdown in 30 seconds!!!
Press <Ctrl-C> to quit if you do not wish to reboot!
..............................
Shutting down now!
2:# ps -eaf |grep cidwebserver
root 658 1 0 00:03:21 ? 0:08 /usr/nr/idsRoot/bin/cidwebserver -d
# ps -eaf |grep cidServer
# kill -9 658
# ps -eaf |grep cidwebserver
# ./cidServer start
Settings match current configuration...no need to update.
Checking for certificates...certificates found.
Starting cidwebserver... done
# ./cidServer stop
Stopping cidwebserver... 707 terminated.
# ./cidServer start
Settings match current configuration...no need to update.
Checking for certificates...certificates found.
Starting cidwebserver... Error: cidwebserver (707) is already running.
# cidServer version
cidwebserver v37 (Release) 02/05/17-15:40
cidwebserver (707) is running.
I don't know above message are normal , any one can tell me!