Search Results

Search: Posts Made By: janr
1,695
Posted By janr
yes you can
Hi,

yes you can have 3 disk in your system, all you need is a free scsi adres.
those adresses run from 0 upto 7, 7 is mostly the adres of the scsi adaptor so there a 7 (0 - 6) free adresses for...
2,026
Posted By janr
I think
if i understand this right, your problem exist when the query does not return a value.
In this case you can set a default value on 'var', like


while (command | getline)
{
var = 0 ...
1,703
Posted By janr
I fixed it
I used this line:
$query_ = preg_replace ("%KEY$i%", "$key[$i]", $query);

which can be read as:
$query_ = preg_replace ("%KEY1%", "5", SELECT * FROM interfaces WHERE intf_id=KEY1 ORDER BY...
38,310
Posted By janr
there can be a difference between booting single...
there can be a difference between booting single user from CD-ROM or from harddisk.
2,635
Posted By janr
what happens when
what happens when you logging to a NIS-client workstaion as root. And you use the follwing command.

#ypcat passwd

the output had to be a password file output from the NIS-map with lives on you...
38,310
Posted By janr
depends on solaris/SunOS level
On with solaris level are you working on.

Since version 2.6 solaris ask you for enter the root password when you boot single user, so this will not help you.

the only way, as far i see is to...
1,703
Posted By janr
Holliday is over
Hi Neo,

it took a while BUT your options did not gave the right result.
Thanks anyway
1,703
Posted By janr
About PHP
Hi there,

Someone there who knows how to fix this problem.
using PHP, in my .ini file I have the following line:

query = "SELECT * FROM interfaces WHERE intf_id=$key1 ORDER BY intf_code"...
1,940
Posted By janr
Verbose mode
Hi

If you use `tar -cvf .....`, the -v option means tar is running in the verbose mode.
when redirect standard output to a file, you have the list of files in your tar archive.
1,870
Posted By janr
I did never a ROM upgrade without a good reason...
I did never a ROM upgrade without a good reason from SUN.
Like non supported hardware in the old ROM.

As i remember, a sparc5 does not have a flash ROM.
So you need to order a new rom from SUN
12,039
Posted By janr
This sound like your importend tapes are...
This sound like your importend tapes are corrupted.


Try the same tape on a other (original) tapedrive?
Does the DLT-drive load the tape correctly?


Or try to read some blocks from your tape...
9,136
Posted By janr
See also
https://www.unix.com/showthread.php?s=&threadid=5981&highlight=%5EM


And
https://www.unix.com/showthread.php?s=&threadid=3374&highlight=%5EM


Somewhere on this board you can find the sed...
3,449
Posted By janr
It sounds like, you try to put more data on the...
It sounds like, you try to put more data on the tape then fits.
If you run `du -sk` from / as root, you get the block count of all data in 1024-byte blocks.

In the SUN man page of cpio i found;
...
4,314
Posted By janr
What did you change, there no reason to reboot...
What did you change, there no reason to reboot for such a edit
5,470
Posted By janr
But I do not expect BOOT problem when you try to...
But I do not expect BOOT problem when you try to boot from CD-rom with an older version.
5,470
Posted By janr
The easiest way is to go back to the OK> prompt ...
The easiest way is to go back to the OK> prompt
Just halt the system or press <stop> A

When on the OK> prompt you can type 'boot cdrom' (some older types 'b cdrom').

now the system is booting...
12,269
Posted By janr
This message means that the host name could not...
This message means that the host name could not be resolved,

This can mean that the hostname is unknown in you DMS system, or you did not configure your DNS (on this box) in a correct manner.
Or...
5,950
Posted By janr
Maybe this will help
http://docs.sun.com/db/doc/816-0211/6m6nc6705?q=SNMP&a=view

I did a search for SMNP on the sun-docs guide
4,330
Posted By janr
Indeed, you do not get back the original files,...
Indeed, you do not get back the original files, Tape backup?
it only restores the link.

for reading PDF files, you need a PDF reader for your platform.
21,712
Posted By janr
I never saw your problem together with Zombie...
I never saw your problem together with Zombie procces.
Do you have this problem often?, NO try to live with it

Iam really think you can find those processes in your proces list,
try

ps -eaf |...
Forum: Filesystems, Disks and Memory 10-24-2002
5,977
Posted By janr
This should not cause a reboot. Do you have...
This should not cause a reboot.

Do you have more information about the reboots?
e.g. like alway at the same day/time, or always when a specific job is running?

when this happens mostly it had...
Forum: Filesystems, Disks and Memory 10-24-2002
5,977
Posted By janr
Once i heard the story about the cleaner who...
Once i heard the story about the cleaner who pulled out the power cord, he needed the outlet for his vacuumcleaner
21,712
Posted By janr
Maybe you started some backgroup jobs you can...
Maybe you started some backgroup jobs
you can find out with the `jobs` command
jobs [-lpn] [job ...]
Display information about the specified job(s); if no jobs are
...
4,330
Posted By janr
When you do `ls -l` the command is looking in the...
When you do `ls -l` the command is looking in the I-node table and not on the disk.

So once when the link was created the dirtectoy /adir exists.
Afterwards someone deleted this directory /adir
...
9,745
Posted By janr
AIX is using rc.local ..... HP is using...
AIX is using rc.local .....

HP is using /etc/rc2.d (i think, iam not sure about HP)
Showing results 1 to 25 of 141

 
All times are GMT -4. The time now is 12:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy