Hello huys,
So I had the partition 6 full at 100 per cent on an oxe R9.
Made some searches here.
I deleted the content of directory /var/tmp
When I launch swinst
An error message is displayed briefly :
SWINST-F-DIRCONSERR, Inconsistent in swinst account
Directory /tmpd/soft_install is missing
Remove the package and re-install it
And after that the swinst menu is displayed as usual.
I recreated the directory with md soft_install
But the error still shows
P.S
I just discovered that some extra errors are displayed when trying to backup mao and OPS on cpu disk.
It seems that I messed up with the wrong directory
Hope that there is a solution without replacing the HD
Thanks to you all for your help
SWINST-F-DIRCONSERR
Re: SWINST-F-DIRCONSERR
Well , it escalated quickly.
Depends on which SW version you have. If its more or less new then run to find location of your swinst rpm package.Remove the package and re-install it
Code: Select all
su
find / -name sw*.rpm -printIf you have installation media - create VM in Oracle VirtualBox, run OXE installation, restore DB and just ftp the whole /var/tmp directory.
If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck.
-
Solandsystel
- Member
- Posts: 23
- Joined: 05 May 2019 02:52
Re: SWINST-F-DIRCONSERR
Hi Alex,alex wrote: 18 Aug 2024 05:44![]()
Well , it escalated quickly.
Depends on which SW version you have. If its more or less new then run to find location of your swinst rpm package.Remove the package and re-install itSearch the web for "man rpm" how to install or repair rpm package.Code: Select all
su find / -name sw*.rpm -print
If you have installation media - create VM in Oracle VirtualBox, run OXE installation, restore DB and just ftp the whole /var/tmp directory.
Thanks so much for your precious answer.
The release is R9.0-h1.301-27 on a Cpu7-2, (crystal hardware)
If by installation media, you mean . iso file then the answer is no I don't have it and alcatel has restricted the access to download iso files on the BP site
And if by chance, i grab the iso file somewhere, it would be the first time that i run oxe installation on oracle VM (but i did some windows /linux installation on a VM by the past).
Re: SWINST-F-DIRCONSERR
I check with running R9.0-h1.301-50-c system - this is what is in /var/tmp
Code: Select all
(1)xa000000> ll /var/tmp
total 0
-rwxr-xr-x 1 root root 0 Aug 19 16:01 aging_passwd.txt
prw-r--r-- 1 root root 0 Jul 25 11:34 incidLooks like you deleted something else, may be /tmpd directory which in fact is /usr4/tmp
Code: Select all
root@xa000000 mtcl]# find / -name soft_* -print
/usr2/soft_install
/usr3/soft_install
/usr4/tmp/soft_installIf it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck.
- frank
- Alcatel Unleashed Certified Guru

- Posts: 3377
- Joined: 06 Jul 2004 00:18
- Location: New York
- Contact:
Re: SWINST-F-DIRCONSERR
You most likely deleted /tmpd , which has the soft_install folder in it.
Best would be to do a partition duplication (from other partition to this partition), or better if you have another CPU running the same version, that you did not touch, copy back the tmpd folder with right owners and right rights
Best would be to do a partition duplication (from other partition to this partition), or better if you have another CPU running the same version, that you did not touch, copy back the tmpd folder with right owners and right rights
Code Free Or Die
-
Solandsystel
- Member
- Posts: 23
- Joined: 05 May 2019 02:52
Re: SWINST-F-DIRCONSERR
Yes! you're right. It is /tmpd not /var/tmpalex wrote: 19 Aug 2024 09:32I check with running R9.0-h1.301-50-c system - this is what is in /var/tmpNo tmpd/soft_install directory is there.Code: Select all
(1)xa000000> ll /var/tmp total 0 -rwxr-xr-x 1 root root 0 Aug 19 16:01 aging_passwd.txt prw-r--r-- 1 root root 0 Jul 25 11:34 incid
Looks like you deleted something else, may be /tmpd directory which in fact is /usr4/tmpCode: Select all
root@xa000000 mtcl]# find / -name soft_* -print /usr2/soft_install /usr3/soft_install /usr4/tmp/soft_install
-
Solandsystel
- Member
- Posts: 23
- Joined: 05 May 2019 02:52
Re: SWINST-F-DIRCONSERR
Ok Frank that's clear.frank wrote: 21 Aug 2024 08:28 You most likely deleted /tmpd , which has the soft_install folder in it.
Best would be to do a partition duplication (from other partition to this partition), or better if you have another CPU running the same version, that you did not touch, copy back the tmpd folder with right owners and right rights
Next time I will check if by any chance the unactive partition is duplicated because not all systems have their partitions duplicated.