-
gitomat
[illumos-gate] 16645 Core DDI function device/DMA attributes could be const -- Robert Mustacchi <rm⊙fo>
-
servik
hi
-
servik
does illumos implement 802.11ac protocol?
-
Aedil
Hello. Can someone quickly guide me through expanding my root "/" ZFS filesystem on OI to the/my new maximum disk size? The system is a KVM VM, I expanded the disk image from 80GB to 160GB. I already had a look at the "format" utility from illumos. I don't know how grow/extend the partition size inside the 'format' utility. I searched with Google, but all results I found are incomplete. Thank you in
-
Aedil
advance.
-
Aedil
As I found out, root@openindiana ~ # diskinfo alread sees the new disk size: - c6t0d0 Virtio Block Device 160.00 GiB
-
Aedil
Inside the partition> print mode, I have two partitions, root and backup. I don't know what to do here, if I am allowed to simply alter their size (both? as they are both the same size?). How can I get/receive the maximum size of the disk, while altering the selected partition? There is also a boot partition. I assume I leave this partition the way it is? Thanks.
-
denk
show zpool list from the system
-
Aedil
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
-
Aedil
rpool 79,5G 61,5G 18,0G - - 31% 77% 1.00x ONLINE -
-
denk
try zpool online -e rpool c6t0d0
-
Aedil
cannot expand c6t0d0: no such device in pool
-
denk
zpool status rpool
-
denk
and specify the device
-
tsoome
root and backup you say? it means you first need to expand the Solaris2 partition with fdisk (format -> select the disk -> enter fdisk), then, go to partition menu in format and set new size for zfs slice by entering slice number, then use the same starting point and for size use $
-
Aedil
NAME STATE READ WRITE CKSUM
-
Aedil
rpool ONLINE 0 0 0
-
Aedil
c6t0d0s0 ONLINE 0 0 0
-
denk
huh, s0, how did you install the system?
-
tsoome
then enter partition command to store new partition table on disk and after that you can expand your pool
-
Aedil
denk: I installed the system with the GUI installation ISO.
-
Aedil
denk: It is legacy BIOS installation.
-
denk
-
Aedil
denk: Shall I use zpool online -e rpool c6t0d0s0?
-
gitomat
[illumos-gate] 16666 loader: reading from large dosfs fails -- Toomas Soome <tsoome⊙mc>
-
denk
Aedil: do what tsoome said
-
Aedil
denk: Ok.
-
tsoome
I can not remember from top of my head if we did implement zpool online -e support with GPT partition table (it may be done), but MBR+Solaris2 partitioning is manual work to fix the partition tables first.
-
tsoome
and in general, I'd suggest to use GPT (whole disk setup) if possible.
-
Aedil
tsoome: Do I need to "delete" and then "create" the whole partition with format> fdisk ? There is now grow/expand menu item here.
-
tsoome
um, i think it was the only way, yes
-
tsoome
100% space as you probably do not need to support other OS'es there:)
-
denk
add a new device to the vm, create a pool, then zfs send+zfs recv, install a boot loader, try to boot from a new disk
-
Aedil
tsoome: Thanks, I did the fdisk part. Now it says 100%. I will continue with your second suggestion.
-
tsoome
Solaris2 partition is your fdisk partition, inside that you have VTOC partition scheme, so you need to fix that one too.
-
tsoome
and since there may be custom fdisk partitioning + custom vtoc slices, automatic partition update from zpool is rather annoying thing to implement with such setup.
-
Aedil
I made the changes, but it won't boot afterwards. I am now in the rescue disk. How can I re-apply the boot loader? Thanks.
-
Aedil
I booted into the OI GUI ISO.
-
tsoome
zpool import -N rpool, then bootadm install-bootloader
-
tsoome
bootadm install-bootloader -P rpool
-
tsoome
always double check the check the manual first;)
-
Aedil
tsoome: Thank you!
-
Aedil
tsoome: I will try now!
-
Aedil
May it be that it now does the zpool expand, before showing the bootloader? I have 100% usage of one core, but it still displays nothing. I will wait.
-
denk
zpool list, compare the SIZE column
-
denk
30 minutes ago you had it 79,5G
-
Aedil
It was 89GB when I re-installed the bootloader. There is still load on one CPU core.
-
Aedil
30 minutes passed by so far.
-
Aedil
How long is the ZFS autoexpand from 80GB to 160GB to take (in time)?
-
ptribble
It should be essentially instantaneous
-
Aedil
I was able to ZFS import rpool from the OI ISO disquette. So the file system most probably is not lost.
-
Aedil
One core is loaded and it says Booting from Hard Disk, no further error message.
-
Aedil
45 minutes passed by, I am not very firm into ZFS.
-
Aedil
What does the system do right now? It says Booting from Hard Disk… no further message. It must be ZFS related.
-
Aedil
One core is loaded.
-
Aedil
A good hour passed by.
-
Aedil
When I do zpool import rpool from the rescue disk, the /rootfs mount is empty, only /boot in there.
-
Aedil
The /home mount is still with all data.
-
Aedil
It still says 89GB size.
-
Aedil
How can I recover from this?
-
Aedil
zpool list now says 160 GB :-)
-
Aedil
ALLOC 61.5 GB and Free 98.0 GB.
-
Aedil
I can still see my beadm mountpoints.
-
unixery
Hi, I'm currently messing with a Windows Domain Controller. I'm trying to get rid of the outdated NTLM authentication. But I've noticed, that the OmniOS test file server which is joined to the domain uses NTLMv2 to authenticate. Can illumos/OmniOS use Kerberos instead?
-
Aedil
Can someone help me? My OpenIndiana VM does not boot anymore. It booots into a black screen, one core 100% loaded, no bootloader appearing, after modifying the Solaris2 partition table. Thanks.
-
Aedil
The also had set zpool set autoexpand=on.
-
Aedil
system
-
Aedil
tsoome_: denk: I was able to fix it! Thank you, guys for your help. I had to run # bootadm install-bootloader -f -M -P rpool from the installation disquette! Thank you so much. Only after adding the "-M" switch to install into the BIOS MBR, it worked again! I am so lucky now. :-)=
-
Aedil
The filesystem also was expanded to 160G size. Everything is excellent now! I hope I can remember the steps I learned today.
-
Aedil
The manpage of bootadm and
docs.oracle.com/cd/E36784_01/html/E36801/glzhs.html helped me to fix the issue.
-
denk
Aedil: you need to break (and to recover) the system 10 (or more) times to understand every step
-
denk
also we can help to break it too :)
-
tsoome_
unixery yes, we can use kerberos
-
tsoome_
Aedil you are welcome.
-
unixery
tsoome_: How can I do it? I've joined the domain via "smbadm join -y -u myadmin mydomain.local"
-
unixery
I've found nothing about kerberos in smbadm man page
-
Aedil
Is the current OI illumos branched as SunOS 5.11.6? I have seen once something like SunOS 5.11.6 for illumos. The original Oracle Solaris stays at SunOS 5.11.4, whis is why I ask. Most probably, in the future, newer release numbers will or must be used. Thanks for any insights.
-
Aedil
root@openindiana ~ # pkg update -v – Error encountered while retrieving data from: [Errno 5] I/O error
-
Aedil
Is the IPS pkg manager download from the OI illumos mirror broken right now?
-
alanc
Solaris uname -rs stays at "SunOS 5.11" - no .4 there, the .4 is only in uname -v output which is 11.4.... without the "5."
-
alanc
I've never seen anyone list a 5.11.x output in any uname for Solaris or illumos
-
Aedil
alanc: Ok, thank you.
-
Aedil
Today I have read on heise.de that NVIDIA wants to focus on open-source drivers.
-
Aedil
-
jbk
wants or is getting pressured because of anti-trust concerns surrounding AI in the EU?
-
jbk
but at least they're going to be dual GPL and MIT licensed
-
jclulow
Indeed!
-
jclulow
It will be interesting to see how useful it is without closed source userland binaries etc
-
richlowe
for which?
-
rmustacc
Not terribly as there's a bunch of firmware.
-
rmustacc
That needs to get uploaded to the GPU, IIRC, which took on more management parts of it with the move to their custom risc-v core.
-
richlowe
if enough of it to please katago can port, that'd please at least me
-
rmustacc
Also, this is something they've been doing for a few years now, so not anything new.
-
richlowe
I'd imagine, like, libGL is a whole other kettle of fish
-
richlowe
alanc: I don't think anyone user-facing changes the 5.11, since it would confuse autoconf, etc, to such a large degree.
-
richlowe
I think appliance type stuff changes the whole thing
-
alanc
I was never able to convince people we should have gone to 6.0 for S11 since it was a major release you can't upgrade to from S10 - I was going to try again for S13 since it was going to drop 32-bit compatibility, but that plan died when they made me roll back 5.12 to 5.11
-
alanc
but yeah, I expect everything in actual use is 5.11 now
-
rzezeski
5.11 4eva knuckle tats