Would it be a part of the NT distribution set I already have and I'm missing it, or would I need to find it for netware/VMS?
Thanks!
--
Cory Smelosky
http://gewt.net/ Personal stuff!
http://gimme-sympathy.org/ My permanently-a-work-in-progress pet project.
Would it be a part of the NT distribution set I already have and I'm missing it, or would I need to find it for netware/VMS?
Thanks!
--
Cory Smelosky
http://gewt.net/ Personal stuff!
http://gimme-sympathy.org/ My permanently-a-work-in-progress pet project.
--- snip ---
4Boot from tms(0,0,0) at 0174500
: tms(0,0,2)
Boot: bootdev=06002 bootcsr=0174500
Mkfs
file system: xp(0,0,0)
Or loading the disklabel editor:
94Boot from tm(0,0,0) at 0172522
: tm(0,1)
Boot: bootdev=0401 bootcsr=0172522
disklabel
Disk? xp
Bad device
Error opening 'xp' for writing
Disk? xp(0,0)
--- snip ---
All attempts just hang there. Am I missing something obvious? Anyone else gotten this to work?
I'm going to go back to looking over documentation and see if I've missed anything obvious.
--
Cory Smelosky
http://gewt.net/ Personal stuff!
http://gimme-sympathy.org/ My permanently-a-work-in-progress pet project.
If you are interested take a look here: http://route20.codeplex.com/
Regards
Rob
--
Cory Smelosky
http://gewt.net/ Personal stuff!
http://gimme-sympathy.org/ My permanently-a-work-in-progress pet project.
I've figured it out! I need to: start the vpn, start simh, kill the vpn remotely, and restart the vpn once DECnet has started.
I am serious. This works.
--
Cory Smelosky
http://gewt.net/ Personal stuff!
http://gimme-sympathy.org/ My permanently-a-work-in-progress pet project.
------Origineel bericht------
Van: sampsa at mac.com
Afzender: owner-hecnet at Update.UU.SE
Aan: hecnet at Update.UU.SE
Beantwoorden: hecnet at Update.UU.SE
Onderwerp: [HECnet] Auto-booting a MicroVAX 3400
Verzonden: 13 december 2012 21:48
I've just been donated (by Saku Setala) a pair of MicroVAX 3400s.
One of them is set up as a satellite node and boots fine off ESA0 - however, I can't figure out what I need to do to make it automatically boot when powered on - anyone know what switch / console command I need to give to make this happen?
At the moment it starts up to the >>> prompt and if I type boot, it boots happily. I'm just trying to get it to autoboot instead.
sampsa
.
------Origineel bericht------
Van: sampsa at mac.com
Afzender: owner-hecnet at Update.UU.SE
Aan: hecnet at Update.UU.SE
Beantwoorden: hecnet at Update.UU.SE
Onderwerp: [HECnet] Auto-booting a MicroVAX 3400
Verzonden: 13 december 2012 21:48
I've just been donated (by Saku Setala) a pair of MicroVAX 3400s.
One of them is set up as a satellite node and boots fine off ESA0 - however, I can't figure out what I need to do to make it automatically boot when powered on - anyone know what switch / console command I need to give to make this happen?
At the moment it starts up to the >>> prompt and if I type boot, it boots happily. I'm just trying to get it to autoboot instead.
sampsa
.
------Origineel bericht------
Van: sampsa at mac.com
Afzender: owner-hecnet at Update.UU.SE
Aan: hecnet at Update.UU.SE
Beantwoorden: hecnet at Update.UU.SE
Onderwerp: [HECnet] Auto-booting a MicroVAX 3400
Verzonden: 13 december 2012 21:48
I've just been donated (by Saku Setala) a pair of MicroVAX 3400s.
One of them is set up as a satellite node and boots fine off ESA0 - however, I can't figure out what I need to do to make it automatically boot when powered on - anyone know what switch / console command I need to give to make this happen?
At the moment it starts up to the >>> prompt and if I type boot, it boots happily. I'm just trying to get it to autoboot instead.
sampsa
1.9. Virtual extensible LAN tunneling protocol
Linux adds vxlan, a tunneling protocol that allows to transfer Layer 2 Ethernet packets over UDP. vxlan is often used to tunnel virtual network infrastructure in virtualized environments.
The VXLAN protocol itself, which is a RFC draft right now, is a tunnelling protocol that is designed to solve the problem of limited number of available VLANs (4096). With vxlan the identifier is expanded to 24 bits. The protocol runs over UDP using a single destination port. Unlike most tunnels, a VXLAN is a 1 to N network, not just point to point. A VXLAN device can either dynamically learn the IP address of the other end, in a manner similar to a learning bridge, or the forwarding entries can be configured statically. There is also an implantation of VXLAN for Open vSwitch.
Recommended articles: VXLAN for Linux, Typical VXLAN use case
The links for the recommended articles:
http://linux-network-plumber.blogspot.com.es/2012/09/just-published-linux-k…http://it20.info/2012/05/typical-vxlan-use-case/
I have not (yet) digged into this thing, but it superficially looks as somethig we could use in HECnet.
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES
Cisco's Nexus 1000V does VXLAN and it is supported in the free version.
Just FYI. :)
-brian
1.9. Virtual extensible LAN tunneling protocol
Linux adds vxlan, a tunneling protocol that allows to transfer Layer 2 Ethernet packets over UDP. vxlan is often used to tunnel virtual network infrastructure in virtualized environments.
The VXLAN protocol itself, which is a RFC draft right now, is a tunnelling protocol that is designed to solve the problem of limited number of available VLANs (4096). With vxlan the identifier is expanded to 24 bits. The protocol runs over UDP using a single destination port. Unlike most tunnels, a VXLAN is a 1 to N network, not just point to point. A VXLAN device can either dynamically learn the IP address of the other end, in a manner similar to a learning bridge, or the forwarding entries can be configured statically. There is also an implantation of VXLAN for Open vSwitch.
Recommended articles: VXLAN for Linux, Typical VXLAN use case
The links for the recommended articles:
http://linux-network-plumber.blogspot.com.es/2012/09/just-published-linux-k…http://it20.info/2012/05/typical-vxlan-use-case/
I have not (yet) digged into this thing, but it superficially looks as somethig we could use in HECnet.
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES