1834015 Members
2164 Online
110063 Solutions
New Discussion

How to turn modem

 
SOLVED
Go to solution
Jie Li
Frequent Advisor

How to turn modem

Good Morning:

Please share with me on how to turn off the modem device?

Thanks
9 REPLIES 9
Sanjay_6
Honored Contributor

Re: How to turn modem

What modem device ???. And why do you want to turn it off ??.

Thanks

Prashant Zanwar_4
Respected Contributor

Re: How to turn modem

I believe, you can go to server where it is attached, see what modem it is. power switch will be there in the back near to power cable connected, if not, try looking in front if not unplug the power cable.

Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Jie Li
Frequent Advisor

Re: How to turn modem

I know it sounds wierd. The modem was there for the outside supporter to dial in (for a system installed on our HP box). Now we have ssh, we'd like to disable the modem. However, if there is a way to disable the modem through some system setting other than physically unplug it, it will give us more flexibility.
Prashant Zanwar_4
Respected Contributor
Solution

Re: How to turn modem

Do it through SAM.

sam > peripheral devices > terminal and modems > remove device

If you want you can note settings.

Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Govind_3
Regular Advisor

Re: How to turn modem

1)Issue a from the console:
This should return the:
CM>

2)To disable remote access, enter the following command from the CM> prompt:
ER
This will return the following information:
current remote console access configuration :
remote CS : Enabled
Mode : Multiple
Password : test
Password Faults : 03
do you wish to change configuration ? (Y/[N]) : _
You can select Y
and disable the access
-Goodluck
Govind
Jie Li
Frequent Advisor

Re: How to turn modem

Thanks, I used sam to find out the specific getty process for that modem & kill the process. The modem is still there, just not accepting incoming calls.
Prashant Zanwar_4
Respected Contributor

Re: How to turn modem

Which process was it?
And please assign points also..

Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Jie Li
Frequent Advisor

Re: How to turn modem

Prashant:

I assigned 10 points to you. :-)

It is a getty process.
ps -ef | grep getty
Prashant Zanwar_4
Respected Contributor

Re: How to turn modem

Got you!
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."