Is there any option in nslookup (Red Hat) to retrieve all the aliases from an ip or name host?
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear the Windows machines
reboot.
Sorry I think that I've given just part of the information that I need, I'm looking for the vendor, model and speed.
Thanks
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear the Windows machines
reboot.
I'm trying to get information about the network cards, prtdiag seemed to do this but the information varies from on platform to other, I would like to reference the Network interfaces given from ifconfig -a to a prtdiag or ani other output from another command.
Thanks.
EDC...
Thanks, lspci did just what I need.
Regards!
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear the Windows machines
reboot.
Hi, I'm trying to retrieve information about a network card, vendor name, model, speed capacity, with mii-tool I get vendor and model but just codes, does anybody know how to get this information?
Thanks!
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can...
The weird thing is that if I call that statement from a sqlplus works ok, while inside a PL/SQL it doesn't. But I solver the problem by creating view with the column preformated as it is in the select, and inserting from the view inside the block works perfect.
Regards.
EDC...
If I issue this from a sqlplus works fine, but inside a PL/SQL gives PLS-00306: wrong number or types of arguments in call to 'TO_CHAR'
INSERT INTO sdr_service_detail_record
select to_date(to_char(SDR_ADD_DTZ,'ddmmyyyy h24:mi:ss'),'ddmmyyyy h24:mi:ss') SDR_ADD_DTZ
FROM...
Have you tried to check the fs?
fsck /dev/vg03/oradata
and then mount it if the logical volume is CLEAN
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear the Windows machines
reboot.
How can I restrict a user to just a simple menu (already programmed in dialog) so that he will not be able to perform Ctrl+C and when he exits the menu he will be logged out automaticaly ?
TIA
Eduardo.
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear...
I have a field that is varchar2(11) which contains the time of an elapsed time like '36:12:33' hoour:min:secs , and I need to display the full time in seconds, does any body know how to achieve it?
Thanks.
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can...
I've been trying to configure the TNSADMIN but neither tnsping nor sqlplus are searching for the path in this registry value, I've set the value in HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE.
Thanks in advance.
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can...
Does anybody know what is the service name for forms service?
Thanks in advance EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear the Windows machines
reboot.
well it's an IMAP connection where the users are logged through a LDAP service, and the services are calendar, etc. EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear the Windows machines
reboot.
Does anybody know how to migrate from an MS Exchange to qmail. The MSEXCH box has 11000 mailboxes.
Thanks in advance. EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear the Windows machines
reboot.
Try expect programming.
It will look something like this:
#!/usr/local/bin/expect
spawn telnet <ip_switch>
sleep 3
expect "Username:" ## or what it prompts you
send "<user>\r"
expect "Password:"
send "<password>\r"
expect...
That time will depend only on how many files are going to be.
Rsync will check the filename, size and timestamp, so the more files you have, the more time will spend the cpu on this task.
By the way, the disk technology is IDE, isn't it ? EDC
--------------------------------------
This is...
You have set
User apache
Group apache
so you must have the right permissions to acces that directory.
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear the Windows machines
reboot.
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.