Hi,

In 8.1.7 svrmgrl is not available. You must use sqlplus:

sqlplus sys/password@sid as sysdba

If doesn't work try with another this:

sqlplus "sys/password@sid as sysdba"

The last i use with some remote applications because it doesn't work i don't know why (was Oracle directly who recommended to use).

Hope this helps