I can login to by ftp, but i can't do anything else after logging in. I can only do a 'cd'
230 Login successful.
ftp> ls
200 PORT command successful. Consider using PASV.
Aborting any active data connections...
any ideas.
I'm running RH4/Centos4.4. I'm connect a crossover cable from my...
thanks mufasa.
That works, but with the priviledge I gave userRO, it cannot do anything else only read access, correct?
GRANT CONNECT,
CREATE SESSION,
SELECT ANY TABLE to userRO;
I see some post that says for read only , only grant connect and create session.. but how do...
I want to create a new oracle user with ReadOnly access to my 'UserB' oracle account schema/data.
CREATE USER userRO IDENTIFIED BY userRO
DEFAULT TABLESPACE users
TEMPORARY TABLESPACE temp;
GRANT CONNECT,
CREATE SESSION,
SELECT ANY TABLE to userRO;
--My question is when I...
has anyone seen this:
I tried to issue sqlplus and got this error:
sqlplus: cannot execute binary file
The server and oracle are both 32 bits on Redhat4. The permissions on the $ORACLE_HOME/bin/sqlplus is 755.
thanks.
Hi,
I'm trying to setup SNMP on AIX 5.3.0.4 from start to finish, but I can't get it to work.
I've edited /etc/snmpdv3.conf, snmpdv1.conf, and snmpd.conf.
here's my snmpd.conf file.
logging file=/usr/tmp/snmpd.log enabled
logging size=100000 level=3...
That's good. I can use that.
But is there a way to send this info to a syslog server/SNMP server when someone tried to su to / login to someone..? I need an alert/alarm when a su - root happens.
thanks.
Hi,
Is there a way to audit users who do:
su -
and
1.) log to a file or
2.) send this failed/successful attempts a snmp/syslog server...?
In aix audit the streams.out only list the login part from the original telnet login. If you su to user2, then try su - to root, it still says youre as...
Thanks khalid. I had to rm the hdisks on the active node also. I rmdev -Rdl on all the shared hdisks on both servers and do a cfgmgr and when it came up, they both looked the same. And I was able to create "lv" and "fs" on the "vg" I wasn't able to last time. I think it was due to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.